diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/(system)/information')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/(system)/information/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/(system)/information/page.tsx b/app/[lng]/evcp/(evcp)/(system)/information/page.tsx index 8a6d348b..ff8c7024 100644 --- a/app/[lng]/evcp/(evcp)/(system)/information/page.tsx +++ b/app/[lng]/evcp/(evcp)/(system)/information/page.tsx @@ -39,7 +39,7 @@ export default async function InformationPage({ params }: InformationPageProps) <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - 안내사항 관리 + {t('menu.information_system.information')} </h2> <InformationButton pagePath="/evcp/information" /> </div> @@ -49,4 +49,4 @@ export default async function InformationPage({ params }: InformationPageProps) <InformationClient initialData={translatedData} /> </Shell> ) -}
\ No newline at end of file +} |
